UserAgentData

interface UserAgentData

Represents information about the browser and operating system of a user.

Since

8.4.0

Types

Link copied to clipboard
class Builder
A builder of UserAgentData.

Functions

Link copied to clipboard
open fun architecture(): String
Returns the architecture of the platform on which a given user agent is executing (e.g.
Link copied to clipboard
open fun bitness(): String
Returns the bitness of the architecture of the platform on which a given user agent is executing (e.g.
Link copied to clipboard
Returns the list of brands of the user-agent.
Link copied to clipboard
open fun formFactors(): List<String>
Returns the list of form factors associated with the device of the user agent.
Link copied to clipboard
open fun fullVersion(): String
Returns the full version of the user-agent (e.g.
Link copied to clipboard
open fun isMobile(): Boolean
Returns whether the user agent is running on a mobile device (e.g.
Link copied to clipboard
open fun isWow64(): Boolean
Returns whether the user agent binary is running in 32-bit mode on 64-bit Windows.
Link copied to clipboard
open fun model(): String
Returns the model of the device on which a given user agent is executing.
Link copied to clipboard
Create a new UserAgentData builder.
Link copied to clipboard
open fun platform(): String
Returns the platform on which a given user agent is executing (e.g.
Link copied to clipboard
Returns the platform version on which a given user agent is executing.